[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
	hooksPath = /Users/jfrangi/Projects/nutrichoice/.git/hooks
[remote "origin"]
	url = https://github.com/Joaquin54/nutrichoice.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	vscode-merge-base = origin/main
	merge = refs/heads/main
[branch "dev"]
	remote = origin
	merge = refs/heads/dev
	vscode-merge-base = origin/dev
[branch "feature/socials"]
	remote = origin
	vscode-merge-base = origin/dev
	merge = refs/heads/feature/socials
[branch "feature/create-recipe"]
	remote = origin
	merge = refs/heads/feature/create-recipe
[branch "my-recovery-branch"]
	remote = origin
	merge = refs/heads/my-recovery-branch
[branch "feature/acc-sec"]
	remote = origin
	merge = refs/heads/feature/acc-sec
[branch "feature/cookbook-backend"]
	remote = origin
	merge = refs/heads/feature/cookbook-backend
[branch "chore/nutrition-calculations"]
	remote = origin
	merge = refs/heads/chore/nutrition-calculations
[branch "fix/fetch-bug-cookbook"]
	vscode-merge-base = origin/chore/nutrition-calculations
[branch "chore/recipe-lookup"]
	remote = origin
	merge = refs/heads/chore/recipe-lookup
[branch "fix/existing-data"]
	vscode-merge-base = origin/dev
	remote = origin
	merge = refs/heads/fix/existing-data
[branch "chore/measure-type-interpretation"]
	remote = origin
	merge = refs/heads/chore/measure-type-interpretation
[branch "fix/cookbook-addrecipe-issue"]
	remote = origin
	merge = refs/heads/fix/cookbook-addrecipe-issue
[branch "feat/image-handling"]
	remote = origin
	merge = refs/heads/feat/image-handling
[branch "create-recipe-fix"]
	remote = origin
	merge = refs/heads/create-recipe-fix
[branch "chore/optimizations"]
	remote = origin
	merge = refs/heads/chore/optimizations
[branch "feat/meal-planning"]
	remote = origin
	vscode-merge-base = origin/dev
	merge = refs/heads/feat/meal-planning
[branch "chore/rec-create-block"]
	remote = origin
	merge = refs/heads/chore/rec-create-block
